diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 01:32:09 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 01:32:09 +0000 |
| commit | 9b23cf14ed7ff5a715f510066a05bc822c5bc25c (patch) | |
| tree | 66d9793a6b9dfc3c5e5669f5d4be1fd5d5f02378 /app/[lng]/evcp/(evcp)/layout.tsx | |
| parent | cab86af033bb2295f9e6d8c6d0df52ab76621c3d (diff) | |
(대표님) 스타일 수정 (헤더 및 레이아웃)
Diffstat (limited to 'app/[lng]/evcp/(evcp)/layout.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/[lng]/evcp/(evcp)/layout.tsx b/app/[lng]/evcp/(evcp)/layout.tsx index 9dc39f7b..82b53307 100644 --- a/app/[lng]/evcp/(evcp)/layout.tsx +++ b/app/[lng]/evcp/(evcp)/layout.tsx @@ -5,6 +5,7 @@ import { SiteFooter } from '@/components/layout/Footer'; export default function EvcpLayout({ children }: { children: ReactNode }) { return ( <div className="relative flex min-h-svh flex-col bg-background"> + {/* <div className="relative flex min-h-svh flex-col bg-slate-100 "> */} <Header /> <main className="flex flex-1 flex-col"> <div className='container-wrapper'> |
